From: Eli Zaretskii Date: Sat, 24 Apr 2010 13:24:25 +0000 (+0300) Subject: composite.c (composition_compute_stop_pos): Fix a typo in the commentary. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~4993 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3216c819cf84cfbb81ec866832fab5c856437f05;p=emacs.git composite.c (composition_compute_stop_pos): Fix a typo in the commentary. --- diff --git a/src/composite.c b/src/composite.c index 632c9f90d12..b75d2b64727 100644 --- a/src/composite.c +++ b/src/composite.c @@ -1011,7 +1011,7 @@ autocmp_chars (cft_element, charpos, bytepos, limit, win, face, string) /* Update cmp_it->stop_pos to the next position after CHARPOS (and BYTEPOS) where character composition may happen. If BYTEPOS is - negative, compoute it. If it is a static composition, set + negative, compute it. If it is a static composition, set cmp_it->ch to -1. Otherwise, set cmp_it->ch to the character that triggers a automatic composition. */